Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MyStandardOutput

Sends text to output. When invoking the Java runtime environment using JMOpenSession, you must designate a callback function to display any console output received from the session. For example, this is how you would define your output function if you were to name it MyStandardOutput:

void MyStandardOutput (
JMSessionRef session,
const char* message, 
UInt32 messageLen);
session
The session sending the text.
message
The text to display.
messageLen
The length of the text.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help